home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Mac OS SDK / Dev.CD Jul 99 SDK1.toast / Development Kits / Hardware / PCI Driver Development Kit / • Tools / Utility / DisplayNameRegistry 950412 / ! Read Me next >
Encoding:
Text File  |  1997-02-27  |  1.3 KB  |  41 lines  |  [TEXT/ttxt]

  1. Display Name Registry 
  2.  
  3. This allows you to browse through the System Name Registry.
  4. You can use the twist-down buttons to examine particular
  5. entries. You can save the registry in a text file (either what you
  6. are browsing, or the entire registry).
  7.  
  8. A "disk" icon next to an entry indicates "stored in the
  9. System File." A "chip" icon indicates "stored in NVRAM."
  10.  
  11. Compiles using Prerelease MPW 3.4b2 (ETO 16) and MetroWerks
  12. Code Warrior 5.0 MW C/C++ PPC 1.2.
  13.  
  14. Build the sample as follows:
  15.  
  16. 1. Copy this folder and its subfolders to anywhere on your
  17.    hard disk.
  18. 2. Copy the libraries and headers folders from the DDK to anywhere
  19.    you'd like on your hard disk.
  20. 3. To build under MPW set Directory to this folder and build
  21.    using the Build Menu with a name of DisplayRegistryMPW.
  22. 4. To build under CW use the Make Toolbar item.
  23.  
  24. To do:
  25. • Format all Name Registry entries defined by PCI Bus
  26.   Binding to IEEE 1275 standard.
  27. 
  28. What was done for this DDK:
  29.  
  30. 1.    Martin has left DTS to write drivers at Apple.
  31. 2.    I have built the DisplayRegistry & DisplayRegistryMPW using CW &
  32.     MPW with small changes to the procedures and folder locations.
  33. 3.    Removed the MakePef command from the MPW make file.
  34. 4.    I have not changed any code but Martin has.  See his version date below.
  35.  
  36. Wayne Flansburg
  37. Version 1.0b2 April 17, 1995
  38.  
  39. #####Martin Minow
  40. #####Version 1.0b1. March 23, 1995.
  41.